home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2324 / 2324.xpi / chrome / sessionmanager.jar / skin / classic / sessionmanager / tabWin.css < prev    next >
Cascading Style Sheet File  |  2009-06-05  |  1KB  |  33 lines

  1. /* Window and Tab tree - Firefox and SeaMonkey */
  2. treechildren::-moz-tree-image(icon),
  3. treechildren::-moz-tree-image(noicon) {
  4.   padding-right: 2px;
  5.   margin: 0px 2px;
  6.   width: 16px;
  7.   height: 16px;
  8. }
  9.  
  10. /* SeaMonkey style overrides the following rule */
  11. treechildren::-moz-tree-image(noicon) {
  12.   list-style-image: url("chrome://sessionmanager/skin/defaultFavicon.png");
  13. }
  14.  
  15. treechildren::-moz-tree-image(container, noicon) {
  16.   list-style-image: url("chrome://sessionmanager/skin/aboutSessionRestore-window-icon.png");
  17. }
  18.  
  19. treechildren::-moz-tree-checkbox(checked) {
  20.   list-style-image: url("chrome://sessionmanager/skin/cbox-check.gif");
  21. }
  22.  
  23. treechildren::-moz-tree-checkbox(checked, selected, focus) {
  24.   list-style-image: url("chrome://sessionmanager/skin/cbox-check-hl.gif");
  25. }
  26.  
  27. treechildren::-moz-tree-checkbox(partial) {
  28.   list-style-image: url("chrome://sessionmanager/skin/cbox-check-dis.gif");
  29. }
  30.  
  31. treechildren::-moz-tree-checkbox(partial, selected, focus) {
  32.   list-style-image: url("chrome://sessionmanager/skin/cbox-check-dis-hl.gif");
  33. }